ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetTargets Method / SetTargets(DepthStencilView,RenderTargetView,Int32,UnorderedAccessView[]) Method

In This Topic
    SetTargets(DepthStencilView,RenderTargetView,Int32,UnorderedAccessView[]) Method
    In This Topic
    Binds a depth-stencil buffer, a set of unordered access views, and a single render target to the output-merger stage.
    Syntax
    'Declaration
     
    Public Overloads Sub SetTargets( _
       ByVal depthStencilView As DepthStencilView, _
       ByVal renderTargetView As RenderTargetView, _
       ByVal startSlot As System.Integer, _
       ByVal unorderedAccessViews() As UnorderedAccessView _
    ) 

    Parameters

    depthStencilView
    renderTargetView
    startSlot
    unorderedAccessViews
    See Also